home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Compression / Opener / Source / utils / unsit / README < prev    next >
Text File  |  1993-08-06  |  2KB  |  47 lines

  1.             Current Status of Unsit
  2.  
  3. You can get the latest version of unsit by anonymous FTP from sipi.usc.edu
  4. (128.125.20.31) in ~pub/unsit.shar.  This is version 1.5f and the program
  5. hasn't been changed since July 1990.  Unsit will handle the compression methods
  6. that were used in the public domain versions of Stuffit since these were
  7. documented in the manuals that came with the program.  However when Stuffit
  8. became a commercial product (Stuffit Deluxe) they started using a different
  9. file format which was never made public.  If anybody could find some
  10. documentation on the newer file formats I could probably add support for them
  11. to unsit but until that information surfaces there's not much I can do.  The 
  12. bottom line is that unsit probably won't unstuff most of the files created
  13. in recent years by Stuffit users unless they made sure the program created
  14. an older style archive file.
  15.  
  16.                         Allan Weber
  17.                         weber@sipi.usc.edu
  18.  
  19. -------------------------------------------------------------------------------
  20.  
  21.  
  22.               Unsit, version 1.5
  23.  
  24. These are the souces for "unsit", a Unix program for breaking apart
  25. StuffIt archive files created on a Macintosh into separate files on
  26. the Unix system.  See the documentation at the beginning of "unsit.c"
  27. or the man page "unsit.1" for more information.
  28.  
  29. To build the program, compile unsit.c and updcrc.c and link together.
  30. If your system doesn't have the getopt() routine in its standard
  31. library, also compile getopt.c and include it in the link.
  32.  
  33. This program opens a pipe to the "compress" program for doing the
  34. uncompression of some of the files in the archive.  Most Unix sites
  35. probably already have "compress".  If not, it can be found in the
  36. comp.sources.unix archives.
  37.  
  38. Comments and bug reports should be send to weber@sipi.usc.edu
  39.  
  40.  
  41.                 Allan G. Weber
  42.                 Signal and Image Processing Institute
  43.                 University of Southern California
  44.                 EEB 406, MC-2564
  45.                 Los Angeles, CA 90089-2564
  46.                 (213) 740-4147
  47.